1
0
Fork 0
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:
Arun Agrawal 2012-06-10 16:14:19 +05:30
parent 613357c1aa
commit 05558a4978

View file

@ -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