Sha256: 8301c9a5f0a970259ee383df01caad80fd8b44d2af41050f0ffe6ca93eb7608e

Contents?: true

Size: 237 Bytes

Versions: 1

Compression:

Stored size: 237 Bytes

Contents

class ReputationActionsController < InheritedResources::Base
  def create
    create!{reputation_actions_url}
  end
  
  def update
    update!{reputation_actions_url}
  end
  
  def destroy
    destroy!{reputation_actions_url}
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
social_engine-0.0.1 app/controllers/reputation_actions_controller.rb