Sha256: 41ad3f50f7b49a228a83802b77348d238edafe52d0d4822237b398f6925e313a

Contents?: true

Size: 263 Bytes

Versions: 1

Compression:

Stored size: 263 Bytes

Contents

ApplicationController.class_eval do
  # helper Cardboard::Engine.helpers
  # helper Cardboard::PublicHelper

  def current_page
    #nil default for non cardboard pages
    #overwritten otherwise by url controller
    nil 
  end
  helper_method :current_page
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cardboard_cms-0.3.1 app/decorators/controllers/application_controller_decorator.rb