3 4 5 6
# File 'app/helpers/mensa/application_helper.rb', line 3 def table(name, config = {}, **options) options[:original_view_context] = self render(::Mensa::Table::Component.new(name, config, **options)) end