Skip to content

Commit dcdc0b3

Browse files
committed
Set CmsController as a parent of SessionsController
1 parent c457d3c commit dcdc0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/sessions_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
class SessionsController < ApplicationController
2+
class SessionsController < CmsController
33
before_action :logged_in_user, only: [:destroy]
44

55
def create

0 commit comments

Comments
 (0)