Class: MyTimeline::ControlPanelController

Inherits:
ApplicationController show all
Defined in:
app/controllers/my_timeline/control_panel_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/my_timeline/control_panel_controller.rb', line 4

def index
  @enabled_plugins = MyTimeline.enabled_plugins
end