Sha256: 3c13c27c754823669df144cdc9df152579c54d798af396c87546514be4a9d3c8

Contents?: true

Size: 160 Bytes

Versions: 10

Compression:

Stored size: 160 Bytes

Contents

Talkie::Engine.routes.draw do
  resources :comments, only: [:create, :destroy]

  if Talkie.mentions_enabled?
    resources :mentions, only: [:index]
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
talkie-0.5.1 config/routes.rb
talkie-0.5.0 config/routes.rb
talkie-0.4.1 config/routes.rb
talkie-0.4.0 config/routes.rb
talkie-0.3.5 config/routes.rb
talkie-0.3.4 config/routes.rb
talkie-0.3.3 config/routes.rb
talkie-0.3.2 config/routes.rb
talkie-0.3.1 config/routes.rb
talkie-0.3.0 config/routes.rb