renaming angular partial to angular_partial

angular
Matt Huntington 10 years ago
parent 164724c90e
commit 0deeb1ba3f

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

Loading…
Cancel
Save