Sha256: 13c7b9bd0d560d0cdf32a9b403b66dfe145d03b2816fccde9421417f204104e0
Contents?: true
Size: 161 Bytes
Versions: 28
Compression:
Stored size: 161 Bytes
Contents
class ApplicationController < ActionController::Base include Entrance::Controller before_filter :login_required protect_from_forgery with: :exception end
Version data entries
28 entries across 28 versions & 1 rubygems