Class: Cms::RedirectsController

Inherits:
ResourceController show all
Includes:
AdminTab
Defined in:
app/controllers/cms/redirects_controller.rb

Instance Method Summary collapse

Methods inherited from ResourceController

#create, #destroy, #edit, #index, #new, #show, #update

Methods inherited from BaseController

allow_guests_to

Methods inherited from ApplicationController

#no_browser_caching

Instance Method Details

#new_button_pathObject



6
7
8
# File 'app/controllers/cms/redirects_controller.rb', line 6

def new_button_path
  new_redirect_path
end