module ViewModel::MigratableView

def inherited(base)

def inherited(base)
  super
  base.initialize_as_migratable_view
end