Sha256: 9167c1b86c9a846901d4572f1fc239b1d7d564a97c820ef98492ac6767de18f7

Contents?: true

Size: 161 Bytes

Versions: 20

Compression:

Stored size: 161 Bytes

Contents

# Routes
Rails.application.routes.draw do
  # Phone Numbers
  resources :phone_numbers

  # Vcards
  resources :vcards do
    resources :phone_numbers
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
has_vcards-0.16.0 config/routes.rb
has_vcards-0.15.0 config/routes.rb
has_vcards-0.14.1 config/routes.rb
has_vcards-0.14.0 config/routes.rb
has_vcards-0.13.2 config/routes.rb
has_vcards-0.13.1 config/routes.rb
has_vcards-0.13.0 config/routes.rb
has_vcards-0.12.9 config/routes.rb
has_vcards-0.12.8 config/routes.rb
has_vcards-0.12.7 config/routes.rb
has_vcards-0.12.6 config/routes.rb
has_vcards-0.12.5 config/routes.rb
has_vcards-0.12.4 config/routes.rb
has_vcards-0.11.1 config/routes.rb
has_vcards-0.12.3 config/routes.rb
has_vcards-0.12.2 config/routes.rb
has_vcards-0.12.1 config/routes.rb
has_vcards-0.12.0 config/routes.rb
has_vcards-0.11.0 config/routes.rb
has_vcards-0.10.0 config/routes.rb