Searched refs:ApiKey (Results 1 - 6 of 6) sorted by relevance

/ontohub/app/helpers/users/
H A Dregistrations_helper.rb7 ApiKey.new(user: resource)
/ontohub/app/controllers/users/
H A Dapi_keys_controller.rb10 ApiKey.create_new_key!(current_user)
/ontohub/app/controllers/api/v1/
H A Dbase.rb14 ApiKey.valid.where(key: api_key).first.try(:user) if api_key
/ontohub/app/models/
H A Dapi_key.rb1 class ApiKey < ActiveRecord::Base class
/ontohub/spec/models/
H A Dapi_key_spec.rb3 describe ApiKey do
/ontohub/features/step_definitions/
H A Duser_steps.rb91 @api_key = ApiKey.create_new_key!(@user)

Completed in 8 milliseconds