Sha256: 9d2fd2b519aa98825a7b77306c577fcb01820ac9793b4b069f0d9bc48eef84db

Contents?: true

Size: 169 Bytes

Versions: 4

Compression:

Stored size: 169 Bytes

Contents

module GraphqlDevise
  ApplicationController = if Rails::VERSION::MAJOR >= 5
    Class.new(ActionController::API)
  else
    Class.new(ActionController::Base)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
graphql_devise-0.12.3 app/controllers/graphql_devise/application_controller.rb
graphql_devise-0.12.2 app/controllers/graphql_devise/application_controller.rb
graphql_devise-0.12.1 app/controllers/graphql_devise/application_controller.rb
graphql_devise-0.12.0 app/controllers/graphql_devise/application_controller.rb