Class: BumbleworksController
Instance Method Summary
collapse
#entity_task_path, #entity_task_url, #entity_tasks_path, #entity_tasks_url, #render_task_partial, #task_name
Instance Method Details
#render_404 ⇒ Object
8
9
10
|
# File 'app/controllers/bumbleworks_controller.rb', line 8
def render_404
render :text => 'page not found', :status => 404
end
|
#render_unauthorized ⇒ Object
4
5
6
|
# File 'app/controllers/bumbleworks_controller.rb', line 4
def render_unauthorized
render :text => I18n.t('bumbleworks.unauthorized'), :status => :unauthorized
end
|