Class: Atrium::BrowseLevelsController
Instance Method Summary
collapse
#atrium_config
#facet_element, #get_parent_path, #get_showcase_parent_edit_path, #get_showcase_parent_show_path, #render_showcase_facet_selection
#application_name
#get_saved_items, #get_saved_search, #saved_searches_for_select
Instance Method Details
#create ⇒ Object
9
10
11
|
# File 'app/controllers/atrium/browse_levels_controller.rb', line 9
def create
end
|
#edit ⇒ Object
16
17
|
# File 'app/controllers/atrium/browse_levels_controller.rb', line 16
def edit
end
|
#index ⇒ Object
13
14
|
# File 'app/controllers/atrium/browse_levels_controller.rb', line 13
def index
end
|
#new ⇒ Object
5
6
7
|
# File 'app/controllers/atrium/browse_levels_controller.rb', line 5
def new
end
|
#show ⇒ Object
19
20
|
# File 'app/controllers/atrium/browse_levels_controller.rb', line 19
def show
end
|