Sha256: ecb5c69d9a7320508e2e4f8238ef0001c3eb173852197e7cccfc66834010e083

Contents?: true

Size: 210 Bytes

Versions: 2

Compression:

Stored size: 210 Bytes

Contents

module SearchableConcern
  def self.included(base)
    base.instance_eval do
      concern :searchable do
        collection do
          get :feed
          get :filters
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
morse_searchable-0.0.7 lib/searchable_routing_concern.rb
morse_searchable-0.0.6 lib/searchable_routing_concern.rb