Sha256: 559ba8a65d5b7d2383e9670e4e45615f067a42d49687cb08f0f60d4a35325a57
Contents?: true
Size: 354 Bytes
Versions: 2
Compression:
Stored size: 354 Bytes
Contents
TestApp::Application.routes.draw do root :to=>'Samples#index' controller :samples do get '/bootstrap_forms_for'=>:bootstrap_forms_for, :as=>:bootstrap_forms_for get '/bootstrap_flash_messages'=>:bootstrap_flash_messages, :as=>:bootstrap_flash_messages get '/bootstrap_tab_items'=>:bootstrap_tab_items, :as=>:bootstrap_tab_items end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_helpers-0.0.9 | test_app/config/routes.rb |
bootstrap_helpers-0.0.8 | test_app/config/routes.rb |