Initial Commit
This commit is contained in:
3
app/helpers/application_helper.rb
Executable file
3
app/helpers/application_helper.rb
Executable 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
2
app/helpers/assets_helper.rb
Executable file
@@ -0,0 +1,2 @@
|
||||
module AssetsHelper
|
||||
end
|
||||
2
app/helpers/comments_helper.rb
Executable file
2
app/helpers/comments_helper.rb
Executable file
@@ -0,0 +1,2 @@
|
||||
module CommentsHelper
|
||||
end
|
||||
2
app/helpers/softwares_helper.rb
Executable file
2
app/helpers/softwares_helper.rb
Executable file
@@ -0,0 +1,2 @@
|
||||
module SoftwaresHelper
|
||||
end
|
||||
Reference in New Issue
Block a user