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
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/**/*