Module: GithubConcern::ClassMethods
- Defined in:
- lib/github_concern.rb
Instance Method Summary collapse
Instance Method Details
#github_concern(options = {}) ⇒ Object
9 10 11 12 |
# File 'lib/github_concern.rb', line 9 def github_concern( = {}) GithubConcern::Engine.add_class(self, ) GithubConcern::Engine.add_github_concernable_relationship_to_class(self) end |