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 helper_method :current_user
def angular def angular
render '/angular' render '/angular', layout: 'angular'
end end
def welcome def welcome

Loading…
Cancel
Save