Sha256: 2c0f473f41dabd7bd74dab087ef690016f096541b6645ecd32014d847665c1f5

Contents?: true

Size: 168 Bytes

Versions: 1

Compression:

Stored size: 168 Bytes

Contents

class TrackableActionsController < ApplicationController

  unloadable
  
  def create
    TrackableAction.create_from_params(params)
    render :text => ''
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mitamirri-0.13.8 app/controllers/trackable_actions_controller.rb