Sha256: 2471c6db89ebe3987f29ba6d289e296c6c47dce7bc51c0c6dbea813b81bb173f
Contents?: true
Size: 250 Bytes
Versions: 3
Compression:
Stored size: 250 Bytes
Contents
Pliable.configure do |config| # Add logic to this bloc to change the names given by external services so we can pluralize. # For instance if you ply names need to gsub __c of the end do: config.added_scrubber {|name| name.gsub('__c', '') } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pliable-0.2.1 | spec/dummy/config/initializers/pliable.rb |
pliable-0.2.0 | spec/dummy/config/initializers/pliable.rb |
pliable-0.1.0 | spec/dummy/config/initializers/pliable.rb |