app/models/redditor/slider_block.rb in redditor-0.1.14 vs app/models/redditor/slider_block.rb in redditor-0.1.15

- old
+ new

@@ -4,11 +4,11 @@ class SliderBlock < ActiveRecord::Base self.table_name = "redditor_slider_blocks" attr_accessor :object_id, :kind - belongs_to :page, class_name: "Redditor::Page", touch: true - has_many :images, as: :imageable, dependent: :destroy + belongs_to :page, class_name: "::Redditor::Page", touch: true + has_many :images, as: :imageable, dependent: :destroy, class_name: "::Redditor::Image" accepts_nested_attributes_for :images def self.model_name ActiveModel::Name.new(self, nil, 'SliderBlock') end \ No newline at end of file