Initial Commit

This commit is contained in:
Jason Katz
2011-06-14 18:08:28 -07:00
commit 5a34ac406c
172 changed files with 18457 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Methods added to this helper will be available to all templates in the application.
module ApplicationHelper
end

2
app/helpers/assets_helper.rb Executable file
View File

@@ -0,0 +1,2 @@
module AssetsHelper
end

2
app/helpers/comments_helper.rb Executable file
View File

@@ -0,0 +1,2 @@
module CommentsHelper
end

View File

@@ -0,0 +1,2 @@
module SoftwaresHelper
end