Sha256: f5a5903da7622c924b834b7b0ed85bc046b146084a6e738f0cffedb3d29f63cc
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
module Georgia class CreateActivity def initialize object, action, options={} @object = object @action = action @options = options end def call @object.create_activity @action, @options # push to websocket to display on Dashboard end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/services/georgia/create_activity.rb |