Hello, I've been building an app recently that has a model Books that
is a database table and linked to several models/controllers. I
recently learned that instead of Books it needs to be called
publications (just an example)...

I now want to update the database and all the mentions throughout the
app. Is there a simple way to do that in Rails 3. Or do I have to
migrate that particular table (via version?) and manually update all
the references throughout the app?

Thanks

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to