Sha256: 6db7bef944af2c09dfd965bfd55b11307f5e9c67cd9e71d6ea33ff1bb8ef4fff

Contents?: true

Size: 119 Bytes

Versions: 6

Compression:

Stored size: 119 Bytes

Contents

module Mtwarden
  module ScopedTo

    def scoped_to(account)
      where(:account_id => account.id)
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mtwarden-5.0.0b lib/mtwarden/scoped_to.rb
mtwarden-4.1.2 lib/mtwarden/scoped_to.rb
mtwarden-4.1.1 lib/mtwarden/scoped_to.rb
mtwarden-4.1.0 lib/mtwarden/scoped_to.rb
mtwarden-4.0.0 lib/mtwarden/scoped_to.rb
mtwarden-3.6.2 lib/mtwarden/scoped_to.rb