Sha256: 529295ae2ec529a27b68989297c557f394d4d4222a1c9d9a5695f7f24cea140b
Contents?: true
Size: 170 Bytes
Versions: 33
Compression:
Stored size: 170 Bytes
Contents
Rails.application.routes.draw do get 'things' => 'things#index', as: :things get 'account_root' => 'things#index', as: :account_root mount Mtdevise::Engine => "/" end
Version data entries
33 entries across 33 versions & 1 rubygems