BigW Consortium Gitlab

application_controller.rb 126 Bytes
Newer Older
1
class Explore::ApplicationController < ApplicationController
2
  skip_before_action :authenticate_user!
3

4
  layout 'explore'
5
end