use new layout for applicaiton#spa

api
Matt Huntington 10 years ago
parent 7efe38d196
commit df13387b3b

@ -10,7 +10,7 @@ class ApplicationController < ActionController::Base
end
def spa
render '/spa'
render '/spa', layout:'spa'
end
private

Loading…
Cancel
Save