app/models/text.rb in fullstack-cms-0.2.13 vs app/models/text.rb in fullstack-cms-0.2.14
- old
+ new
@@ -1,6 +1,6 @@
class Text < ActiveRecord::Base
include Content
- field :text, :text, :markup => true, :translatable => true
+ field :text, :text, :markup => true
has_many :attachments, :as => :attachable
accepts_nested_attributes_for :attachments
end
\ No newline at end of file