|
|
|
|
|
by sanderjd
4476 days ago
|
|
Yeah I agree. I'd be interested to see what that `rails_adapter` implementation looks like. In my experience, this sort of design often just moves a lot of the tricky questions about how to pass data around to the adapter instead of the controller. Doing rendering based on the application telling the adapter what happened does seem to work pretty well though. |
|