Module: MotionWizard::ContentController

Extended by:
Forwardable
Defined in:
lib/motion-wizard/controllers/content_controller.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Forwardable

delegate

Instance Attribute Details

#wizard_view_controllerObject

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

#viewDidLoadObject



8
9
10
11
# File 'lib/motion-wizard/controllers/content_controller.rb', line 8

def viewDidLoad
  super
  self.view.clipsToBounds = true
end