module ActivityPub::Rails
Constants
- VERSION
Public Class Methods
setup() { |self| ... }
click to toggle source
this function maps the vars from your app into your engine
# File lib/activitypub/rails.rb, line 13 def self.setup(&block) yield self end