app/models/alchemy/essence_video.rb in alchemy_cms-2.1.12 vs app/models/alchemy/essence_video.rb in alchemy_cms-2.2.rc1
- old
+ new
@@ -1,12 +1,12 @@
module Alchemy
- class EssenceVideo < ActiveRecord::Base
+ class EssenceVideo < ActiveRecord::Base
- acts_as_essence(
- :ingredient_column => :attachment,
- :preview_text_method => :name
- )
+ acts_as_essence(
+ :ingredient_column => :attachment,
+ :preview_text_method => :name
+ )
- belongs_to :attachment
+ belongs_to :attachment
- end
+ end
end