A few questions about this route:
root :to => "controller#method"
When a GET request is made in what part of Rails does it equate GET "/" with
root?What is
root(i.e. a variable, method, other)?
A few questions about this route:
root :to => "controller#method"
When a GET request is made in what part of Rails does it equate GET "/" with root?
What is root (i.e. a variable, method, other)?