Module: Sunrise::Comments

Defined in:
lib/sunrise/comments.rb,
lib/sunrise/comments/base.rb,
lib/sunrise/comments/author.rb,
lib/sunrise/comments/engine.rb,
lib/sunrise/comments/version.rb,
lib/sunrise/comments/commentable.rb,
lib/generators/sunrise/comments/install_generator.rb

Defined Under Namespace

Modules: Author, Base, Commentable Classes: Engine, InstallGenerator

Constant Summary collapse

VERSION =
"0.2.0".freeze

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Default way to setup Sunrise.

Yields:

  • (_self)

Yield Parameters:



9
10
11
# File 'lib/sunrise/comments.rb', line 9

def self.setup
  yield self
end