Sha256: f68ee955af589d354358450a494e0344da65e2dc4acced88f504bba2359e7b82
Contents?: true
Size: 196 Bytes
Versions: 13
Compression:
Stored size: 196 Bytes
Contents
require 'application_responder' class Hq::ApplicationController < ActionController::Base before_action :authenticate_admin! self.responder = ApplicationResponder respond_to :html, :json end
Version data entries
13 entries across 13 versions & 1 rubygems