Guest User

Untitled

a guest
Apr 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. map.namespace(:bill, :controller => "bill") do |b|
  2. b.root :action => "index"
  3. b.pay "pay", :action => "pay"
  4. end
Add Comment
Please, Sign In to add comment