Skip to content

An extension for the FriendlyId gem that allows scoping using a method (as opposed to a column name or relationship)

License

Notifications You must be signed in to change notification settings

gemvein/friendly_id-method_scopes

Repository files navigation

FriendlyId::MethodScopes

<img src=“https://badge.fury.io/rb/friendly_id-method_scopes.svg” alt=“Gem Version” /> <img src=“https://travis-ci.org/gemvein/friendly_id-method_scopes.svg?branch=master” alt=“Build Status” /> <img src=“https://coveralls.io/repos/gemvein/friendly_id-method_scopes/badge.svg?branch=master” alt=“Coverage Status” />

FriendlyId Extension to allow method scopes, in addition to column and relationship scopes

Installation

In your Gemfile:

gem 'friendly_id'
gem 'friendly_id-method_scopes'

Usage

In your model:

extend FriendlyId
friendly_id :name, use: [:slugged, :method_scopes], scope_methods: :custom_method_name

def custom_method_name
    # Code returning an array of eligible ids here
end

License

This project rocks and uses MIT-LICENSE.

About

An extension for the FriendlyId gem that allows scoping using a method (as opposed to a column name or relationship)

Resources

License

Stars

Watchers

Forks

Packages

No packages published