Module | Footnotes::Notes::ComponentsNote |
In: |
lib/rails-footnotes/notes/components_note.rb
|
# File lib/rails-footnotes/notes/components_note.rb, line 9 def self.included(base) base.extend ClassMethods end
# File lib/rails-footnotes/notes/components_note.rb, line 23 def initialize(controller) super @controller = controller end