Module: Sunrise::Posts

Defined in:
lib/sunrise/posts.rb,
lib/sunrise/posts/engine.rb,
lib/sunrise/posts/version.rb,
lib/generators/sunrise/posts/install_generator.rb

Defined Under Namespace

Classes: Engine, InstallGenerator

Constant Summary collapse

VERSION =
"0.1.3".freeze

Class Method Summary collapse

Class Method Details

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

Default way to setup Sunrise.

Yields:

  • (_self)

Yield Parameters:



5
6
7
# File 'lib/sunrise/posts.rb', line 5

def self.setup
  yield self
end