Sha256: 3099b26c025cb9d8ae2262c2764e3ad9c70f36c7c29e0cf594fad82aef1caf62
Contents?: true
Size: 510 Bytes
Versions: 41
Compression:
Stored size: 510 Bytes
Contents
Rails.application.routes.draw do # Routes for the HydraHead application are defined in HydraHead::Routes # # These routes can be injected into your Rails application by adding # HydraHead.add_routes(self) # to the application's ./config/routes.rb. The injected routes can be # customized as well, e.g.: # HydraHead.add_routes(self, :only => [:file_assets]) # will only load file_asset routes # HydraHead.add_routes(self, :except => [:catalog]) # will not load catalog routes end
Version data entries
41 entries across 41 versions & 1 rubygems