Skip to content

undefined method `span_size' for #<Arbre::HTML::TextNode:0xaf250ddc> #15

@gabrielcaires

Description

@gabrielcaires

activeadmin (1.0.0.pre)

When I have 2 'columns' on same page, rails throws this message:
undefined method `span_size' for #Arbre::HTML::TextNode:0xaf250ddc

Here's an example:


ActiveAdmin.register_page "Dashboard" do
    menu :priority => 1, :label => proc{ I18n.t("active_admin.dashboard") }

    content :title => proc{ I18n.t("active_admin.dashboard") } do
        columns do

        end
        columns do 

        end
    end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions