diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-01-15 11:09:19 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-01-15 11:09:19 +1100 |
commit | 4c7dc13b3643349a64011bc13c64fc895f0512e4 (patch) | |
tree | 8d787d40be3e49995a051c99c3f6bcd7541c4c14 /vendor/plugins/rails_xss/lib/tasks | |
parent | 7ca718bb01c52d36e125afa5870afbd565fb9696 (diff) |
Switch from unofficial rails_xss gem to official rails plugin for rails_xss
Diffstat (limited to 'vendor/plugins/rails_xss/lib/tasks')
-rw-r--r-- | vendor/plugins/rails_xss/lib/tasks/rails_xss_tasks.rake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/plugins/rails_xss/lib/tasks/rails_xss_tasks.rake b/vendor/plugins/rails_xss/lib/tasks/rails_xss_tasks.rake new file mode 100644 index 000000000..b8659f089 --- /dev/null +++ b/vendor/plugins/rails_xss/lib/tasks/rails_xss_tasks.rake @@ -0,0 +1,4 @@ +# desc "Explaining what the task does" +# task :rails_xss do +# # Task goes here +# end |