using angular layout

angular
Matt Huntington 10 years ago
parent 73f7d92fc9
commit 4fbd4c50ca

@ -6,7 +6,7 @@ class ApplicationController < ActionController::Base
helper_method :current_user
def angular
render '/angular'
render '/angular', layout: 'angular'
end
def welcome

Loading…
Cancel
Save