module Objection::Inflector::InstanceMethods
Public Instance Methods
objection_constantize()
click to toggle source
# File lib/motion-objection/inflector.rb, line 17 def objection_constantize Inflector.constantize(self) end