Class: Tiun::MetaController
- Defined in:
- lib/tiun/meta_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET /meta/.
Instance Method Details
#index ⇒ Object
GET /meta/
6 7 8 9 10 |
# File 'lib/tiun/meta_controller.rb', line 6 def index joint = Tiun.config.values.reduce({}) {|res, h| res.merge(h) } #binding.pry render json: joint.as_json end |