β¦οΈRails Framework
Describe about Rails Framework
Last updated
Describe about Rails Framework
Last updated
Rails is a web framework for Ruby. It used MVC concept for implementation.
WorkFlow:
Request is coming to route.
Route will determine the destination of controller
In Controller It will have a logic that interact with model part.
Send the response from model to View
Send view back to client