Sha256: c7ce26fd374c74afbc80db0865135450029f6e1a4e4b7584563656d9ff99aae6
Contents?: true
Size: 356 Bytes
Versions: 6
Compression:
Stored size: 356 Bytes
Contents
class ApplicationController < ActionController::Base # Adds a few additional behaviors into the application controller include Blacklight::Controller # Please be sure to impelement current_user and user_session. Blacklight depends on # these methods in order to perform user specific actions. layout 'blacklight' protect_from_forgery end
Version data entries
6 entries across 6 versions & 2 rubygems