onyxframework / onyx

Powerful framework for modern applications 💪
https://api.onyxframework.com/onyx
MIT License
78 stars 5 forks source link

Allow multiple renderers #6

Closed vladfaust closed 5 years ago

vladfaust commented 5 years ago
Onyx.render(:json, accept_only: true) # Will render only if "Accept" header includes "application/json"
Onyx.render(:html) # Will render only if not rendered before