mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-10-22 17:52:10 +00:00
changed pages/home to pages/call
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user