class ActiveAdmin::Views::IndexAsBlog
def title(method = nil, &block)
def title(method = nil, &block) if block_given? || method @title = block_given? ? block : method end @title end
def title(method = nil, &block) if block_given? || method @title = block_given? ? block : method end @title end