userstamp
userstamp copied to clipboard
Migration helper not working with Rails 3.2.3
Migration helper 'userstamps' is not working in Rails 3.2.3, it seems that the t object in create_table and change_table in migration files pass object of ActiveRecord::ConnectionAdapters::TableDefinition type, But this was changed to ActiveRecord::ConnectionAdapters::Table in commit aee44af2c9dd784b4a3626b69f0919450e8821e5
Made a pull request for this: https://github.com/delynn/userstamp/pull/18