Method: CanvasSync::MiscHelper.load_constant
- Defined in:
- lib/canvas_sync/misc_helper.rb
.load_constant(const) ⇒ Object
58 59 60 61 |
# File 'lib/canvas_sync/misc_helper.rb', line 58 def self.load_constant(const) const = const.constantize if const.is_a?(String) const end |