Class: Tiun::MetaController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
lib/tiun/meta_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

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