You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have model named ModelCSV. When I run rake db:migrate annotate fails with Unable to autoload constant ModelCsv, expected app/models/csv_csv.rb to define it
Seems like it expects that csv_csv.rb defines class ModelCsv but actually it defines ModelCSV