app/helpers/native_helper.rb in native-2.1.2 vs app/helpers/native_helper.rb in native-2.1.3
- old
+ new
@@ -12,6 +12,10 @@
stylesheet = stylesheet_link_tag "native/#{current_platform}", media: 'all', 'data-turbolinks-track': 'reload'
javascript = javascript_include_tag "native/#{current_platform}", 'data-turbolinks-track': 'reload'
stylesheet.concat javascript
end
+ def set_app_owner
+ current_user if current_user
+ end
+
end