Sha256: b444a016f4cadab54fead4e0cdf2afc6edfaaddc0523ae2fa26b4c869bec7ea1

Contents?: true

Size: 180 Bytes

Versions: 3

Compression:

Stored size: 180 Bytes

Contents

module Nyauth
  class BaseController < ActionController::Base
    include Nyauth::ControllerConcern
    self.responder = Nyauth::AppResponder
    respond_to :html, :json
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nyauth-0.7.2 app/controllers/nyauth/base_controller.rb
nyauth-0.7.1 app/controllers/nyauth/base_controller.rb
nyauth-0.7.0 app/controllers/nyauth/base_controller.rb