Sha256: 9938aec5c8e256ae76103995ee11bf0d6e2af896adb32b18e87cd79f9521ee81
Contents?: true
Size: 394 Bytes
Versions: 3
Compression:
Stored size: 394 Bytes
Contents
# YamlFormHelper require 'active_support/dependencies' require "yaml_form_helper/form_builder_ext" require File.dirname(__FILE__)+ "/../app/helpers/yaml_form_helper.rb" %w{ helpers }.each do |dir| path = File.join(File.dirname(__FILE__), 'app', dir) $LOAD_PATH << path ActiveSupport::Dependencies.autoload_paths << path ActiveSupport::Dependencies.autoload_once_paths.delete(path) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yaml_form_helper-0.0.5 | lib/yaml_form_helper.rb |
yaml_form_helper-0.0.4 | lib/yaml_form_helper.rb |
yaml_form_helper-0.0.3 | lib/yaml_form_helper.rb |