Skip to content

Commit

Permalink
Fixed typo on admin.'s location for recompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabceb committed Feb 24, 2013
1 parent 1009b71 commit 6c1a1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Expand Up @@ -50,7 +50,7 @@ class Application < Rails::Application
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password]

config.assets.precompile += ["lib/admin.js", "admin.css"]
config.assets.precompile += ["admin/admin.js", "admin.css"]

# Use SQL instead of Active Record's schema dumper when creating the database.
# This is necessary if your schema can't be completely dumped by the schema dumper,
Expand Down

0 comments on commit 6c1a1b0

Please sign in to comment.