Retrospring/app/controllers/discover_controller.rb

8 lines
111 B
Ruby
Raw Normal View History

2015-05-13 11:39:04 -07:00
class DiscoverController < ApplicationController
before_filter :authenticate_user!
def index
end
2015-05-13 11:39:04 -07:00
end