app/models/alchemy/essence_video.rb in alchemy_cms-2.2.rc3 vs app/models/alchemy/essence_video.rb in alchemy_cms-2.2.rc6

- old
+ new

@@ -1,7 +1,15 @@ module Alchemy class EssenceVideo < ActiveRecord::Base + attr_accessible( + :width, + :height, + :allow_fullscreen, + :auto_play, + :show_navigation + ) + acts_as_essence( :ingredient_column => :attachment, :preview_text_method => :name )