Modules: Helper
10 11 12 13 14 15 16 17 18
# File 'lib/neuron/show_for.rb', line 10 def self.setup! # Reconfigure ShowFor ShowFor.wrapper_tag = :dl ShowFor.label_tag = :dt ShowFor.content_tag = :dd ShowFor.separator = '' Helper # loads improved ShowFor helper end