Sha256: 947205e0dd93f878b4ac5a657b3fe8aaafb0f60688fdd1a29b24e06aa5aad7d4

Contents?: true

Size: 218 Bytes

Versions: 3

Compression:

Stored size: 218 Bytes

Contents

require 'active_record'

class BrowsingHistory::Storages::ActiveRecord < BrowsingHistory::Storages::Base
  class << self
    def connect(_opts = {})
      self
    end

    def default_connect_option
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
browsing_history-0.0.4 lib/browsing_history/storages/active_record.rb
browsing_history-0.0.3 lib/browsing_history/storages/active_record.rb
browsing_history-0.0.2 lib/browsing_history/storages/active_record.rb