Sha256: 172240f80359b6a7d33fb7812925b59b7a2b4b3ed27f41656dde92d0d8ab43b4

Contents?: true

Size: 791 Bytes

Versions: 1

Compression:

Stored size: 791 Bytes

Contents

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

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-3.0.0pre6 config/routes.rb