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.2.0".freeze
[:html]
- @@siblings_keys =
[:user_email]
Class Method Summary collapse
-
.setup {|_self| ... } ⇒ Object
Default way to setup Sunrise Feedbacks.
Class Method Details
.setup {|_self| ... } ⇒ Object
Default way to setup Sunrise Feedbacks.
13 14 15 |
# File 'lib/sunrise/feedbacks.rb', line 13 def self.setup yield self end |