module RailsBand::ActionView::FromViews

def from_views(string)

def from_views(string)
  string.delete_prefix(views_prefix)
end