Module: Sunrise::Feedbacks::Author

Defined in:
lib/sunrise/feedbacks/author.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
7
# File 'lib/sunrise/feedbacks/author.rb', line 4

def self.included(base)
  base.send :include, InstanceMethods
  base.send :extend, ClassMethods
end