Casecommons / with_model

Dynamically build an Active Record model (with table) within a test context
http://www.casebook.net
MIT License
166 stars 18 forks source link

Rails 3.2 deprecations #7

Closed stevenharman closed 12 years ago

stevenharman commented 12 years ago

ActiveRecord::Base set_table_name is now self.table_name=

nertzy commented 12 years ago

Does this work in Rails 3.0 and 3.1?

nertzy commented 12 years ago

Looks like it does. Thanks!