2018-12-05 23:21:45 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
class Explore::ApplicationController < ApplicationController
|
2020-04-22 19:07:51 +05:30
|
|
|
skip_before_action :authenticate_user!, unless: :public_visibility_restricted?
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
layout 'explore'
|
|
|
|
end
|