normalize article and category attributes (closes foodcoops#294)
This commit is contained in:
parent
7c2ecd8658
commit
a43020463d
5 changed files with 18 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -41,6 +41,7 @@ gem 'resque'
|
|||
gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
|
||||
gem 'protected_attributes'
|
||||
gem 'ruby-units'
|
||||
gem 'attribute_normalizer'
|
||||
|
||||
# we use the git version of acts_as_versioned, and need to include it in this Gemfile
|
||||
gem 'acts_as_versioned', git: 'git://github.com/technoweenie/acts_as_versioned.git'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue