Sha256: 9a5ff912380c1bd43137cdd9e116a4ec0d39a85b04fa0dbe5fdbe85f8dc8f72b

Contents?: true

Size: 189 Bytes

Versions: 3

Compression:

Stored size: 189 Bytes

Contents

require 'application_responder'

class Hq::BaseController < ActionController::Base
  before_action :authenticate_admin!
  self.responder = ApplicationResponder
  respond_to :html, :json
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-0.9.0 templates/app/controllers/hq/base_controller.rb
cybele-0.8.0 templates/app/controllers/hq/base_controller.rb
cybele-0.7.0 templates/app/controllers/hq/base_controller.rb