Class: Droom::DashboardController

Inherits:
EngineController show all
Defined in:
app/controllers/droom/dashboard_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



8
9
10
11
12
# File 'app/controllers/droom/dashboard_controller.rb', line 8

def index
  @panel = session[:panel] || "search"
  session[:panel] = nil
  render
end

#pageObject



14
15
16
# File 'app/controllers/droom/dashboard_controller.rb', line 14

def page
  
end