DG DH; fix the build

This commit is contained in:
danielgrippi 2011-06-27 19:26:03 -07:00
parent 73fe74c834
commit 89ca5cf337

View file

@ -21,6 +21,7 @@ class AspectMembershipsController < ApplicationController
flash.now[:notice] = I18n.t 'aspect_memberships.destroy.success'
respond_to do |format|
format.js { }
format.html{
redirect_to :back
}