Class: ChefServerSlice::Main
- Inherits:
-
Application
- Object
- Merb::Controller
- Application
- ChefServerSlice::Main
- Defined in:
- app/controllers/main.rb
Instance Method Summary collapse
Methods inherited from Application
#absolute_slice_url, #access_denied, #authorized_node, #escape_node_id, #expand_cookbook_deps, #fix_up_node_id, #get_available_recipes, #load_all_files, #load_cookbook_segment, #login_required, #redirect_back_or_default, #segment_files, #specific_cookbooks, #store_location
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/main.rb', line 3 def index render end |