99 100 101 102
# File 'lib/admin_it/shared.rb', line 99 def defaults(&block) return unless block_given? Definer.new(self).instance_eval(&block) end