Added profile scaffold
This commit is contained in:
@@ -27,6 +27,6 @@ module ApplicationHelper
|
||||
end
|
||||
|
||||
def profile?
|
||||
controller.class.name.split("::").first=="Profile"
|
||||
controller_name=="profiles"
|
||||
end
|
||||
end
|
||||
|
||||
2
app/helpers/profiles_helper.rb
Normal file
2
app/helpers/profiles_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module ProfilesHelper
|
||||
end
|
||||
Reference in New Issue
Block a user