module Naming module Form class << self def structure_models %w[ Form::Structure Form::Field Form::Email ] end end end end