lib/quby/compiler/entities/item.rb in quby-compiler-0.5.0 vs lib/quby/compiler/entities/item.rb in quby-compiler-0.5.1
- old
+ new
@@ -8,10 +8,10 @@
class Item
include ActiveModel::Validations
include ActiveSupport::Callbacks
define_callbacks :after_dsl_enhance
- attr_accessor :presentation
+ attr_writer :presentation
attr_accessor :switch_cycle
# Raw content may contain a raw HTML replacement for this item
attr_accessor :raw_content