5 lines
144 B
Ruby
5 lines
144 B
Ruby
class Explore::ApplicationController < ApplicationController
|
|
skip_before_action :authenticate_user!, :reject_blocked!
|
|
|
|
layout 'explore'
|
|
end
|