Commit e12ea483 by ivan Lan

Fix the require of acts-as-taggable-on

parent 2cbf27e2
......@@ -19,7 +19,7 @@ module Shotengai
# updated_at :datetime not null
class Shotengai::Product < ActiveRecord::Base
require 'acts_as_taggable_on'
require 'acts-as-taggable-on'
self.table_name = 'shotengai_products'
validate :check_spec, if: :spec
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment