Module: BrowsingHistory::Historizable
- Defined in:
- lib/browsing_history/historizable.rb
Defined Under Namespace
Modules: IdentifyMethods
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
2 3 4 5 |
# File 'lib/browsing_history/historizable.rb', line 2 def self.included(klass) klass.include IdentifyMethods klass.extend IdentifyMethods end |