Module: NativeGapController

Extended by:
ActiveSupport::Concern
Defined in:
app/controllers/concerns/native_gap_controller.rb

Instance Method Summary collapse

Instance Method Details

#set_nativegap_userObject



9
10
11
# File 'app/controllers/concerns/native_gap_controller.rb', line 9

def set_nativegap_user
    current_user if current_user
end