class DestroyAllViewAssigns::ControllerObject

Public Class Methods

new(controller) click to toggle source
# File lib/destroy_all_view_assigns/controller_object.rb, line 3
def initialize(controller)
  @controller = controller
end