Skip to content

Commit

Permalink
install-acts-as-list
Browse files Browse the repository at this point in the history
# Task re-ordering

We're now going to add the ability to re-order a story's tasks by drag-and-drop. There's support for this built into Hobo, so there's not much to do. First we need the `acts_as_list` plugin:

    $ ./script/plugin install acts_as_list

or

    $ git submodule add git://github.com/rails/acts_as_list.git vendor/plugins/acts_as_list
  • Loading branch information
bryanlarsen committed Feb 19, 2010
1 parent c5348a1 commit 4bdbff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "vendor/plugins/acts_as_list"]
path = vendor/plugins/acts_as_list
url = git://github.com/rails/acts_as_list.git
1 change: 1 addition & 0 deletions vendor/plugins/acts_as_list
Submodule acts_as_list added at 8771a6

0 comments on commit 4bdbff1

Please sign in to comment.