Module: RubyNative::NativeDetection

Extended by:
ActiveSupport::Concern
Defined in:
lib/ruby_native/native_detection.rb

Instance Method Summary collapse

Instance Method Details

#native_app?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/ruby_native/native_detection.rb', line 5

def native_app?
  request.user_agent.to_s.include?("Ruby Native")
end