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