Module: NativeHelper
- Defined in:
- app/helpers/native_helper.rb
Instance Method Summary collapse
Instance Method Details
#current_app ⇒ Object
3 4 5 |
# File 'app/helpers/native_helper.rb', line 3 def current_app NativeGap::App.find([:nativegapAppId]) if [:nativegapAppId] end |
#current_platform ⇒ Object
7 8 9 |
# File 'app/helpers/native_helper.rb', line 7 def current_platform current_app&.platform || 'web' end |
#set_nativegap_user ⇒ Object
11 12 13 |
# File 'app/helpers/native_helper.rb', line 11 def set_nativegap_user current_user if current_user end |