Returns just the name of the Class
72 73 74
# File 'lib/model.rb', line 72 def classname self.class.to_s.split(':')[-1] end