We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10f87f6 + 6c1a1b0 commit bf59ed7Copy full SHA for bf59ed7
config/application.rb
@@ -50,7 +50,7 @@ class Application < Rails::Application
50
# Configure sensitive parameters which will be filtered from the log file.
51
config.filter_parameters += [:password]
52
53
- config.assets.precompile += ["lib/admin.js", "admin.css"]
+ config.assets.precompile += ["admin/admin.js", "admin.css"]
54
55
# Use SQL instead of Active Record's schema dumper when creating the database.
56
# This is necessary if your schema can't be completely dumped by the schema dumper,
0 commit comments