Reputation: 1548
I run bundle install
, run rails generate simple_form:install
and I got this error:
Simple Form is not configured in the application and will use the default values. Use
rails generate simple_form:install
to generate the Simple Form configuration.
Upvotes: 0
Views: 3149
Reputation: 96
all i did was rails generate simple_form:install
for it to remove the error
Upvotes: 1