summaryrefslogtreecommitdiff
path: root/app/models/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/node.rb')
-rw-r--r--app/models/node.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/models/node.rb b/app/models/node.rb
new file mode 100644
index 0000000..82183c9
--- /dev/null
+++ b/app/models/node.rb
@@ -0,0 +1,3 @@
1class Node < ActiveRecord::Base
2 acts_as_nested_set
3end