changed pages/home to pages/call

This commit is contained in:
Beatrice Olivera
2018-08-28 13:48:32 +01:00
parent d12fa2a46b
commit acc13310f6
8 changed files with 199 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
class PagesController < ApplicationController
skip_before_action :authenticate_user!, only: [:home]
skip_before_action :authenticate_user!, only: [:call]
def home
def call
end
end