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 c457d3c commit dcdc0b3Copy full SHA for dcdc0b3
app/controllers/sessions_controller.rb
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-class SessionsController < ApplicationController
+class SessionsController < CmsController
3
before_action :logged_in_user, only: [:destroy]
4
5
def create
0 commit comments