module RailsBand::ActionView::FromViews
def from_views(string)
def from_views(string) string.delete_prefix(views_prefix) end
def views_prefix
def views_prefix @views_prefix ||= Rails.root.join('app/views/').to_path end
def from_views(string) string.delete_prefix(views_prefix) end
def views_prefix @views_prefix ||= Rails.root.join('app/views/').to_path end