We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c234ec commit ccef46cCopy full SHA for ccef46c
app/controllers/sessions_controller.rb
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
class SessionsController < ApplicationController
3
- before_filter :logged_in_user, only: [:destroy]
+ before_action :logged_in_user, only: [:destroy]
4
5
def create
6
if valid_credentials?(params[:email], params[:password])
0 commit comments