Sha256: d2e0bb579f4847f32263974f7f3ae2eb8220df944819a10be23991f0a9f47c17

Contents?: true

Size: 152 Bytes

Versions: 4

Compression:

Stored size: 152 Bytes

Contents

module ActiveHash

  module ARApi

    module FindBy

      def find_by(options = {})
        send(:where, options).first
      end

    end

  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_mocker-1.1.9 lib/active_hash/find_by.rb
active_mocker-1.1.8 lib/active_hash/find_by.rb
active_mocker-1.1.7 lib/active_hash/find_by.rb
active_mocker-1.1.6 lib/active_hash/find_by.rb