Class: Dscf::Banking::ApplicationSerializer

Inherits:
ActiveModel::Serializer
  • Object
show all
Defined in:
app/serializers/dscf/banking/application_serializer.rb

Instance Method Summary collapse

Instance Method Details

#has_account?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'app/serializers/dscf/banking/application_serializer.rb', line 14

def has_account?
  object.has_account?
end