mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Build fix broken here 03f2249153
This commit is contained in:
parent
613357c1aa
commit
05558a4978
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ module ActiveRecord
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def needs_migrations?
|
def needs_migration?
|
||||||
current_version < last_version
|
current_version < last_version
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue