Class: RubyNative::ConfigController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- RubyNative::ConfigController
- Defined in:
- app/controllers/ruby_native/config_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
3 4 5 |
# File 'app/controllers/ruby_native/config_controller.rb', line 3 def show render json: RubyNative.config end |