Method: StringHelper.constantize

Defined in:
lib/string_helper.rb

.constantize(word) ⇒ Object



14
15
16
# File 'lib/string_helper.rb', line 14

def self.constantize(word)
  word.constantize
end