mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added basic scaffolds for schools wrestlers and weights
This commit is contained in:
2
app/helpers/schools_helper.rb
Normal file
2
app/helpers/schools_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module SchoolsHelper
|
||||
end
|
||||
2
app/helpers/weights_helper.rb
Normal file
2
app/helpers/weights_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module WeightsHelper
|
||||
end
|
||||
2
app/helpers/wrestlers_helper.rb
Normal file
2
app/helpers/wrestlers_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module WrestlersHelper
|
||||
end
|
||||
Reference in New Issue
Block a user