5d785457db
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
5 lines
143 B
Ruby
5 lines
143 B
Ruby
class Explore::ApplicationController < ApplicationController
|
|
skip_before_action :authenticate_user!, :reject_blocked
|
|
|
|
layout 'explore'
|
|
end
|