Module: MotionWizard::ContentController
- Extended by:
- Forwardable
- Defined in:
- lib/motion-wizard/controllers/content_controller.rb
Instance Attribute Summary collapse
-
#wizard_view_controller ⇒ Object
Returns the value of attribute wizard_view_controller.
Instance Method Summary collapse
Methods included from Forwardable
Instance Attribute Details
#wizard_view_controller ⇒ Object
Returns the value of attribute wizard_view_controller.
5 6 7 |
# File 'lib/motion-wizard/controllers/content_controller.rb', line 5 def wizard_view_controller @wizard_view_controller end |
Instance Method Details
#viewDidLoad ⇒ Object
8 9 10 11 |
# File 'lib/motion-wizard/controllers/content_controller.rb', line 8 def viewDidLoad super self.view.clipsToBounds = true end |