Sha256: fca1934b8ace2bd52118dbbcaead2d7edae6d1f16cdf4f1956fd4dbf9caf14b3

Contents?: true

Size: 179 Bytes

Versions: 3

Compression:

Stored size: 179 Bytes

Contents

module Nyauth
  class BaseController < ApplicationController
    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.6.2 app/controllers/nyauth/base_controller.rb
nyauth-0.6.1 app/controllers/nyauth/base_controller.rb
nyauth-0.6.0 app/controllers/nyauth/base_controller.rb