Class: Refinery::Pages::Tab
- Inherits:
-
Object
- Object
- Refinery::Pages::Tab
- Defined in:
- lib/refinery/formtastic/extensions/page_tab.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Tab
constructor
A new instance of Tab.
Constructor Details
#initialize(options = {}) ⇒ Tab
Returns a new instance of Tab.
6 7 8 9 10 |
# File 'lib/refinery/formtastic/extensions/page_tab.rb', line 6 def initialize( = {}) .each do |key, value| self.send("#{key}=", value) end end |