On May 5, 7:36 am, Kevin Ng <li...@ruby-forum.com> wrote:

> this is the migration file:
>
> class CreateURLs < ActiveRecord::Migration

Assuming the file is some_number_create_urls.rb Rails is expecting the
migration class to be CreateUrls (similarly rails will expect to find
a model class called Url in url.rb)

Fred

-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to