This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # in config/application.rb | |
| # ... snip (bunch of requires) ... | |
| module MyApp | |
| class Application < Rails::Application | |
| # ... snip (config)... | |
| # Make sure deface ignores precompiled views in development | |
| initializer "deface.precompile.remove_inject_views", :before => :add_view_paths do |app| |
OlderNewer