Class: HelpRequest

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

Instance Method Summary collapse

Instance Method Details

#browser_nameObject



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

def browser_name
  parse_user_agent
  @browser.name
end

#platformObject



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

def platform
  parse_user_agent
  @browser.platform
end