lib/hyperstack-config.rb in hyperstack-config-0.1 vs lib/hyperstack-config.rb in hyperstack-config-1.0.alpha1
- old
+ new
@@ -1,5 +1,10 @@
require 'hyperstack/boot'
+module Hyperstack
+ def self.naming_convention
+ :camelize_params
+ end
+end
if RUBY_ENGINE == 'opal'
require 'hyperstack/deprecation_warning'
require 'hyperstack/string'
require 'hyperstack/client_stubs'
require 'hyperstack/context'