Class: BlueberryCMS::RootController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/blueberry_cms/root_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
6
# File 'app/controllers/blueberry_cms/root_controller.rb', line 3

def index
  page = BlueberryCMS::Page.find_by!(path: "/#{params[:path]}")
  redirect_to I18n.with_locale(I18n.default_locale) { page.to_path }
end