module OrbitTag module Tagging def get_tags @module_app.tags end def get_default_tags Tag.where(is_default: true) end end end