Class: Refinery::Admin::DialogsController
Constant Summary
collapse
- TYPES =
%w[image link]
Instance Method Summary
collapse
#admin?, included, #refinery_admin_root_path, #searching?
#admin?, #current_refinery_user, #error_404, #home_page?, included, #local_request?
Instance Method Details
#from_dialog? ⇒ Boolean
16
17
18
|
# File 'app/controllers/refinery/admin/dialogs_controller.rb', line 16
def from_dialog?
true
end
|
#index ⇒ Object
8
9
10
|
# File 'app/controllers/refinery/admin/dialogs_controller.rb', line 8
def index
redirect_to Refinery::Core.backend_path
end
|
#show ⇒ Object
12
13
14
|
# File 'app/controllers/refinery/admin/dialogs_controller.rb', line 12
def show
render :layout => false
end
|