Sha256: 22d01359ac38db19ce6948eff15af405c53d29e57eac0eb1e89e12a42b30e400
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: true $LOAD_PATH << 'lib/formtastic' require 'active_support/all' require 'localized_string' require 'inputs' require 'helpers' class MyInput include Formtastic::Inputs::Base end I18n.enforce_available_locales = false if I18n.respond_to?(:enforce_available_locales)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
formtastic-5.0.0 | spec/fast_spec_helper.rb |