static_controller.rb 171 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 # -*- encoding : utf-8 -*- class StaticController < ApplicationController before_filter :authenticate_user! def home redirect_to new_v_libras_request_path end end