We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1112d commit 7cb1e3fCopy full SHA for 7cb1e3f
app/controllers/static_pages_controller.rb
@@ -1,5 +1,5 @@
1
class StaticPagesController < ApplicationController
2
- skip_before_action :authenticate, only: [ :privacy, :terms ]
+ skip_before_action :authenticate
3
def privacy
4
end
5
0 commit comments