Closed peakpg closed 10 years ago
Assuming you have a bcms project named 'myproject' when you run:
rails g cms:content_block Product rake db:migrate
The application will fail to start with the following error:
No such file to load -- myproject/application_controller
Cause is this line: require_dependency "myproject/application_controller" which should be added as a file by content_block generators.
Fixed
Assuming you have a bcms project named 'myproject' when you run:
The application will fail to start with the following error:
Cause is this line: require_dependency "myproject/application_controller" which should be added as a file by content_block generators.