class Wco::ProfilesController

def edit

def edit
  @profile = Wco::Profile.find params[:id]
  authorize! :update, @profile
end