Module: Chatter
- Defined in:
- lib/chatter/engine.rb,
lib/chatter.rb,
lib/chatter/version.rb,
lib/rails/generators/chatter/install_generator.rb
Overview
- CURRENT FILE
-
lib/team_page/version.rb
Defined Under Namespace
Modules: Generators Classes: Engine
Constant Summary collapse
- VERSION =
"0.0.3"
Class Method Summary collapse
-
.setup {|_self| ... } ⇒ Object
Yield self on setup for nice config blocks.
Class Method Details
.setup {|_self| ... } ⇒ Object
Yield self on setup for nice config blocks
12 13 14 |
# File 'lib/chatter.rb', line 12 def self.setup yield self end |