joegattnet/joegattnet_v3

View on GitHub
app/models/concerns/user_custom.rb

Summary

Maintainability
A
0 mins
Test Coverage
# encoding: utf-8

module UserCustom
  extend ActiveSupport::Concern

  # Custom methods go here
end