Method: Brightcontent::Pages::Methods#current_page
- Defined in:
- lib/brightcontent/pages/methods.rb
#current_page ⇒ Object
4 5 6 |
# File 'lib/brightcontent/pages/methods.rb', line 4 def current_page @current_page ||= Brightcontent.page_model.find_by_path(request.path) end |