module RailsBand::ActionView::FromViews

def views_prefix

def views_prefix
  @views_prefix ||= Rails.root.join('app/views/').to_path
end