chore: adds constant for member_fields
This commit is contained in:
parent
944b868478
commit
831149f463
1 changed files with 9 additions and 0 deletions
9
lib/mv/constants.ex
Normal file
9
lib/mv/constants.ex
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
defmodule Mv.Constants do
|
||||||
|
@moduledoc """
|
||||||
|
Module for defining constants and atoms.
|
||||||
|
"""
|
||||||
|
|
||||||
|
@member_fields [:first_name, :last_name, :email, :birth_date, :paid, :phone_number, :join_date, :exit_date, :notes, :city, :street, :house_number, :postal_code]
|
||||||
|
|
||||||
|
def member_fields, do: @member_fields
|
||||||
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue