Skip to content

ericcf/attribute_cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AttributeCleaner

Installation

rails plugin install [email protected]:ericcf/attribute_cleaner.git

Example model usage

before_validation { clean_text_attributes :foo, :bar }

Example RSpec matcher usage

it { should clean_text_attribute(:foo) }

Copyright (c) 2010 [name of plugin creator], released under the MIT license

About

Simple Plugin to extend Active Record

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages