Class: Redditor::SliderBlock
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Redditor::SliderBlock
- Defined in:
- app/models/redditor/slider_block.rb
Instance Attribute Summary collapse
-
#temp_id ⇒ Object
attr_accessible :page_id, :position, :temp_id.
Class Method Summary collapse
Instance Attribute Details
#temp_id ⇒ Object
attr_accessible :page_id, :position, :temp_id
8 9 10 |
# File 'app/models/redditor/slider_block.rb', line 8 def temp_id @temp_id end |
Class Method Details
.model_name ⇒ Object
13 14 15 |
# File 'app/models/redditor/slider_block.rb', line 13 def self.model_name ActiveModel::Name.new(self, nil, 'SliderBlock') end |