Module: BrowsingHistory::Browser
- Defined in:
- lib/browsing_history/browser.rb
Defined Under Namespace
Modules: IdentifyMethods
Classes: Association
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.included(klass) ⇒ Object
6
7
8
9
|
# File 'lib/browsing_history/browser.rb', line 6
def self.included(klass)
klass.include IdentifyMethods
klass.extend IdentifyMethods
end
|
Instance Method Details
#browsing_histories ⇒ Object
2
3
4
|
# File 'lib/browsing_history/browser.rb', line 2
def browsing_histories
@browsing_histories ||= Association.new(self)
end
|