Railties in Rails are named starting either with active or action:
What's the difference between active and action, and what do these words have to do with component's contents or functionality?
Action names represents the controller layer (and the view layer), responsible for handling incoming HTTP requests and providing a suitable response.
Active names represents the model layer. Represents your domain model and encapsulates the business logic that is specific to your application.
This text is from the README.md file in the Rails repository: https://github.com/rails/rails/blob/master/README.md
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With