Sha256: 994f065abc45d12d518c487d9e2d2de4f5fdb14832f2c9ebf0d9b73533398276
Contents?: true
Size: 336 Bytes
Versions: 54
Compression:
Stored size: 336 Bytes
Contents
# encoding: utf-8 class MagicAddresses::BaseController < ApplicationController # => layout proc { |controller| controller.request.xhr? ? false : "application" } include MgcaHelper before_action :authenticate_visitor private # overwrite for authentication def authenticate_visitor true end end
Version data entries
54 entries across 54 versions & 1 rubygems