2015-04-30 13:06:18 -04:00
|
|
|
class Explore::ApplicationController < ApplicationController
|
2017-02-01 13:21:28 -05:00
|
|
|
skip_before_action :authenticate_user!
|
2015-09-08 09:49:20 -04:00
|
|
|
|
2015-05-01 04:39:11 -04:00
|
|
|
layout 'explore'
|
2015-04-30 13:06:18 -04:00
|
|
|
end
|