Sha256: 82dd291a0eff76883e9478191252f5092db3161a1f7d7afada3bf9d622bacc90
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
RailsApp::Application.routes.draw do janus :users, :session => true, :registration => true, :confirmation => true, :password => true resource :user, :only => :show resource :blog, :only => :show root :to => 'home#index' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
janus-0.5.0 | test/rails_app/config/routes.rb |