rendering spa page

api
Matt Huntington 10 years ago
parent 1499b0980d
commit 917555d2ee

@ -9,6 +9,10 @@ class ApplicationController < ActionController::Base
render '/welcome'
end
def spa
render '/spa'
end
private
def current_user

Loading…
Cancel
Save