Closed nrvakil closed 5 years ago
Documentation mentions a configuration option for setting the parent controller with "parent_controller" key. But this raises undefined method parent_controller exception. What is the option then?
Thanks.
It is in there.
https://github.com/jejacks0n/apitome/blob/master/lib/apitome/configuration.rb#L28
The example usage would be
Apitome.setup do |c| c.parent_controller = "MyApplicationController" end
Documentation mentions a configuration option for setting the parent controller with "parent_controller" key. But this raises undefined method parent_controller exception. What is the option then?
Thanks.