Time dependant product categories for users
This commit is contained in:
@@ -94,9 +94,9 @@ module ApplicationHelper
|
||||
current_user.try(:active_list_id)
|
||||
end
|
||||
|
||||
def week_days
|
||||
@week_days ||= %w[sunday monday tuesday wednesday thursday friday saturday].freeze # Do not allow changing this value
|
||||
end
|
||||
#def week_days
|
||||
#@week_days ||= %w[sunday monday tuesday wednesday thursday friday saturday].freeze # Do not allow changing this value
|
||||
#end
|
||||
|
||||
def current_supplier
|
||||
#@current_supplier ||= ActiveDecorator::Decorator.instance.decorate(super)
|
||||
|
||||
Reference in New Issue
Block a user