Sha256: feab91ff28dad3f3a1caa577a9eea544dd7a1e510a563308122a2e75cffdbab2

Contents?: true

Size: 146 Bytes

Versions: 8

Compression:

Stored size: 146 Bytes

Contents

HydraEditor::Engine.routes.draw do
  resources :records, only: [:new, :edit, :create, :update], :constraints => { :id => /[a-zA-Z0-9_.:]+/ }

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hydra-editor-0.1.1 config/routes.rb
hydra-editor-0.1.0 config/routes.rb
hydra-editor-0.0.6 config/routes.rb
hydra-editor-0.0.5 config/routes.rb
hydra-editor-0.0.4 config/routes.rb
hydra-editor-0.0.3 config/routes.rb
hydra-editor-0.0.2 config/routes.rb
hydra-editor-0.0.1 config/routes.rb