public
Description: Keeps specified attributes of a model out of to_xml. Do so by aliasing to_xml, and automatically sending in the correct :excludes to the original to_xml method, e.g. :excludes => [:attr1, :attr2, ...]
Homepage:
Clone URL: git://github.com/thrivesmart/xml_protected.git
moorage (author)
Wed Oct 01 15:33:29 -0700 2008
commit  34dc2eb79de28ae4a2aba0d3b58341e43e7eafe4
tree    fb052c33abe0b2a97caccb841280a843d0bc0622
parent  a415d6e0d61c8d6bbbdd7822d491650b0a9a47da
xml_protected / .gitignore
100644 16 lines (16 sloc) 0.238 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Ignore Log Directory
log/*.log
tmp/**/*
log/*.pid
log/call_*
db/schema.rb
.DS_Store
*.swp
db/*.sqlite3
public/images/uploads/*
test/test_images/*
public/test/*
config/locomotive.yml
config/database.yml
config/mail_servers.yml
index/**/*