class Object
Public Class Methods
name()
click to toggle source
# File lib/tb_heavy_control.rb, line 15 def self.name # for whatever reason, validations climb up the inheritance tree and require _every_ class to have a name (4.1). 'Reform::Form' end