Sha256: 17f9fc8efb25f6f45d934ecacd06d8f1bc2639f771da4159d256c7b498a8365e
Contents?: true
Size: 219 Bytes
Versions: 3
Compression:
Stored size: 219 Bytes
Contents
ActionController::Routing::Routes.draw do |map| map.button '/', :controller => 'buttons', :action => 'show', :method => :get map.push_button '/push', :controller => 'buttons', :action => 'push', :method => :put end
Version data entries
3 entries across 3 versions & 1 rubygems