Sha256: 00ea7a627b64b1a27f1314f534fc911301b02a1b69248dc7d6d123c3a0ce02a1

Contents?: true

Size: 817 Bytes

Versions: 12

Compression:

Stored size: 817 Bytes

Contents

# -*- encoding : utf-8 -*-
Rails.application.routes.draw do
  # A Note on User Sessions:
  # Blacklight expects the following named routes or at least the associated path helper methods to be defined.
  # new_user_session   (for logging in) - pages that require a log in will redirect users here.
  # destroy_user_session (for logging out)

  # Routes for the Blacklight application are defined in Blacklight::Routes
  #
  # These routes can be injected into your Rails application by adding
  #     Blacklight.add_routes(self)
  # to the application's ./config/routes.rb. The injected routes can be
  # customized as well, e.g.:
  #     Blacklight.add_routes(self, :only => [:bookmarks]) # will only look bookmark routes
  #     Blacklight.add_routes(self, :except => [:catalog]) # will not load catalog routes
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
blacklight-marc-8.1.4 config/routes.rb
blacklight-marc-8.1.3 config/routes.rb
blacklight-marc-8.1.2 config/routes.rb
blacklight-marc-8.1.1 config/routes.rb
blacklight-marc-8.1.0 config/routes.rb
blacklight-marc-8.0.0 config/routes.rb
blacklight-marc-7.2.0 config/routes.rb
blacklight-marc-7.1.1 config/routes.rb
blacklight-marc-7.1.0 config/routes.rb
blacklight-marc-7.0.1 config/routes.rb
blacklight-marc-7.0.0 config/routes.rb
blacklight-marc-7.0.0.rc1 config/routes.rb