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
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Env:
rails 5.1.2
annotate: 2.7.2
I have model named ModelCSV. When I run
rake db:migrate
annotate fails withUnable 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
The text was updated successfully, but these errors were encountered: