Sha256: 84f91ff8a78e72339ce4696110d6f5140eb57805eaf2e47cc02bf4593351f1e3
Contents?: true
Size: 235 Bytes
Versions: 7
Compression:
Stored size: 235 Bytes
Contents
Rails.application.routes.draw do mount VisualMigrate::Engine, at: "/visual_migrate" if ENV['RAILS_ENV'] != 'production' root to: 'index#index' match 'index(/:action(/:id))(.:format)', to: "index#:action", via: [:get, :post] end
Version data entries
7 entries across 7 versions & 1 rubygems