spec/dummy/config/application.rb in switchman-1.4.4 vs spec/dummy/config/application.rb in switchman-1.5.0

- old
+ new

@@ -41,13 +41,8 @@ # 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, # like if you have constraints or database-specific column types # config.active_record.schema_format = :sql - # Enable the asset pipeline - config.assets.enabled = true - - # Version of your assets, change this if you want to expire all your assets - config.assets.version = '1.0' end end