summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-20 20:22:06 -0700
committermo khan <mo@mokhan.ca>2014-02-20 20:22:06 -0700
commit9a094059fcb67a9f54ee73efbdecc2835a5fe0c6 (patch)
tree78efa3eaf787495a1e978168eb648e10ec3bd365 /app/models
parent8fa71f5e5200c91ab3916154a9b00e75c4064a2f (diff)
implement index action on company licenses controller.
Diffstat (limited to 'app/models')
-rw-r--r--app/models/company.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/company.rb b/app/models/company.rb
new file mode 100644
index 0000000..bff819b
--- /dev/null
+++ b/app/models/company.rb
@@ -0,0 +1,2 @@
+class Company
+end