Module: Sunrise::Feedbacks

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

Defined Under Namespace

Modules: Author Classes: Engine, InstallGenerator

Constant Summary collapse

VERSION =
"0.1.1".freeze
[:html]
@@siblings_keys =
[:user_email]

Class Method Summary collapse

Class Method Details

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

Default way to setup Sunrise Feedbacks.

Yields:

  • (_self)

Yield Parameters:



13
14
15
# File 'lib/sunrise/feedbacks.rb', line 13

def self.setup
  yield self
end