Config assets

This commit is contained in:
Meutel 2016-01-23 11:50:14 +01:00
parent ce057c9f20
commit 52199af407
2 changed files with 7 additions and 0 deletions

View File

@ -18,3 +18,8 @@ Licence
=======
is licensed under the terms of the BSD license.
Tips
====
Assets precompile: rake assets:precompile

View File

@ -76,4 +76,6 @@ Rails.application.configure do
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false
config.assets.prefix="/assets"
end