working on interface controller
Showing
with
60 additions
and
1 deletions
... | ... | @@ -72,7 +72,7 @@ end |
group :development do | ||
gem 'guard-rubocop' | ||
# Access an IRB console on exception pages or by using <%= console %> in views | ||
gem 'web-console', '~> 2.0' | ||
gem 'web-console' | ||
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
gem 'spring' | ||
end | ||
... | ... |
This diff is collapsed.
Click to expand it.
app/controllers/interfaces_controller.rb
0 → 100644
app/models/interface_auth_token.rb
0 → 100644
app/views/interfaces/authenticate.html.erb
0 → 100644
spec/factories/interface_auth_tokens.rb
0 → 100644
spec/models/interface_auth_token_spec.rb
0 → 100644
Please
register
or
sign in
to comment