module PageStack

Constants

VERSION

Public Instance Methods

pagestack_layout() click to toggle source
# File lib/page_stack.rb, line 5
def pagestack_layout
  # !request.xhr?
  return false if params[:pagestack].present?
end