Well, it's as simple as the subject says :)

Why does...

class Blog::Post < ActiveRecord::Base
end

...use "posts" table and not "blog_posts"?

even though migration file has created...

create_table blog_posts do |t|
..
end

I checked the "db" file and blog_posts is created :)
-- 
Posted via http://www.ruby-forum.com/.

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