Module: WithPopup::Controllers::ActionController

Defined in:
lib/with_popup/controllers/action_controller.rb

Instance Method Summary collapse

Instance Method Details

#close_popupObject



4
5
6
# File 'lib/with_popup/controllers/action_controller.rb', line 4

def close_popup
  session[:_with_popup] = :close
end

#reload_popup(path) ⇒ Object



8
9
10
# File 'lib/with_popup/controllers/action_controller.rb', line 8

def reload_popup(path)
  session[:_with_popup] = path
end