Class: HelpRequest

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/help_request.rb

Instance Method Summary collapse

Instance Method Details

#browser_nameObject



19
20
21
22
# File 'app/models/help_request.rb', line 19

def browser_name
  parse_user_agent
  @browser.name
end

#platformObject



24
25
26
27
# File 'app/models/help_request.rb', line 24

def platform
  parse_user_agent
  @browser.platform
end