diaspora/app/models/participation.rb
2012-02-18 16:26:12 -08:00

11 lines
No EOL
211 B
Ruby

class Participation < Federated::Relayable
class Generator < Federated::Generator
def self.federated_class
Participation
end
def relayable_options
{:target => @target}
end
end
end