module <%= module_name %>
# You can use this module for shared behavior. You may also use ActiveSupport::Concern if you wish. # That means it not only acts as a namespace, but can be be included in a class to let this module behave as a mixin. # extend ActiveSupport::Concern
end