Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jonathanpenn/15661 to your computer and use it in GitHub Desktop.
Save jonathanpenn/15661 to your computer and use it in GitHub Desktop.
From 0db69f1e801ecc3695e64ad68bcd084c4c489c54 Mon Sep 17 00:00:00 2001
From: Jonathan Penn <inbox@wavethenavel.com>
Date: Tue, 7 Oct 2008 14:08:52 -0400
Subject: [PATCH] Added unobtrusive_date_picker plugin
---
.gitmodules | 3 +++
vendor/plugins/unobtrusive_date_picker | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
create mode 160000 vendor/plugins/unobtrusive_date_picker
diff --git a/.gitmodules b/.gitmodules
index 28e784a..08a75d4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,3 +13,6 @@
[submodule "vendor/plugins/acts_as_commentable"]
path = vendor/plugins/acts_as_commentable
url = git://github.com/jackdempsey/acts_as_commentable.git
+[submodule "vendor/plugins/unobtrusive_date_picker"]
+ path = vendor/plugins/unobtrusive_date_picker
+ url = git://github.com/brianjlandau/unobtrusive_date_picker.git
diff --git a/vendor/plugins/unobtrusive_date_picker b/vendor/plugins/unobtrusive_date_picker
new file mode 160000
index 0000000..906af73
--- /dev/null
+++ b/vendor/plugins/unobtrusive_date_picker
@@ -0,0 +1 @@
+Subproject commit 906af730a7763274ae2e941ac933b35d36a78853
--
1.5.5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment