Skip to content

Commit 6cc47fb

Browse files
committed
[FIXUP][TODO][ARCHITECTURE.md] Add ActiveRecord section
Seems like this would be a good section to have to allow new developers to understand how we are processing requests for additional attributes in the API and what the flow through helper classes is for that. [skip ci]
1 parent 4ae0b38 commit 6cc47fb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ARCHITECTURE.md

+14
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Table of Contents
2727
- [Validate Action](#validate-action-validate_action)
2828
- [Custom Actions](#custom-actions-custom_actions)
2929
- [Drawing Routes (the `config/routes.rb`)](#drawing-routes-the-configroutesrb)
30+
* [Working with ActiveRecord](#working-with-activerecord)
31+
- [How custom result sets are built][#how-custom-result-sets-are-built]
32+
- [Attributes and VirtualAttributes][#attributes-and-virtualattributes]
33+
- [Rbac][#rbac]
3034
* [The `manageiq-api-client` gem](#the-manageiq-api-client-gem)
3135

3236

@@ -195,6 +199,16 @@ actions for a specific resource in the DB without giving it a direct route to
195199
call. Custom buttons attached to VMs are an example of this in practice.
196200

197201

202+
Working with ActiveRecord
203+
-------------------------
204+
205+
### How custom result sets are built
206+
207+
### Attributes and VirtualAttributes
208+
209+
### Rbac
210+
211+
198212
The `manageiq-api-client` gem
199213
-----------------------------
200214

0 commit comments

Comments
 (0)