In Rails, in order to create routes we’ve define resources. Resources provide a mapping between an http verb with its URL and a controller action. For eg. to create routes for posts we’ve to add following to our routes.rb: # routes.rb Rails.applicati...
codingwithaglassofmilk.hashnode.dev3 min readNo responses yet.