app/models/page_template.rb in kit_cms-2.3.6 vs app/models/page_template.rb in kit_cms-2.3.7

- old
+ new

@@ -1,6 +1,5 @@ class PageTemplate < ActiveRecord::Base - attr_accessible :name, :template_type, :layout_id, :allow_anonymous_comments, :allow_user_comments, :hidden, :is_mobile, :mobile_version_id, :body, :stylesheets, :javascripts has_many :pages belongs_to :layout has_and_belongs_to_many :blocks has_many :views has_many :page_template_terms