application no longer thanks people for ordering nothing

This commit is contained in:
Senad Uka
2015-03-09 07:09:34 +01:00
parent fce49c9f5b
commit e12c2b01d0
8 changed files with 115 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
GIT
remote: git://github.com/activescaffold/active_scaffold.git
revision: 4693e8a3278702143b1668fb5f6317b1c4f90388
revision: 6f637d62c7b4eb7ae49a28f6b8c9b86997a326a3
branch: master
specs:
active_scaffold (3.4.14)
active_scaffold (3.4.17)
rails (>= 3.2.18, < 5)
GEM

View File

@@ -22,5 +22,8 @@ module Ribicabackoffice
# Do not swallow errors in after_commit/after_rollback callbacks.
config.active_record.raise_in_transactional_callbacks = true
config.assets.precompile += %w(*.svg *.eot *.woff *.ttf *.gif *.png *.ico)
end
end