mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
No need to check for both full and mountable.
All mountable engine are considered `full?` already.
This commit is contained in:
parent
a1c31eca47
commit
f2fc921447
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ task :default => :test
|
|||
end
|
||||
|
||||
def images
|
||||
if mountable? || full?
|
||||
if mountable?
|
||||
empty_directory_with_gitkeep "app/assets/images"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue