Class: BlueberryCMS::RootController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- BlueberryCMS::RootController
- Defined in:
- app/controllers/blueberry_cms/root_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
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 |