Commit 9771e204 authored by Eric Davis's avatar Eric Davis

Refactor: use the new utility method to load ivars for settings

parent 1d3d7ff1
...@@ -176,7 +176,7 @@ class ProjectsController < ApplicationController ...@@ -176,7 +176,7 @@ class ProjectsController < ApplicationController
else else
respond_to do |format| respond_to do |format|
format.html { format.html {
settings load_project_settings
render :action => 'settings' render :action => 'settings'
} }
format.api { render_validation_errors(@project) } format.api { render_validation_errors(@project) }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment