application_controller.rb 126 Bytes EditWeb IDE 1 2 3 4 5 class Explore::ApplicationController < ApplicationController skip_before_action :authenticate_user! layout 'explore' end