Skip to content

"Wrong number of arguments" when using with ActionView 4.2.8 #162

@mauricioszabo

Description

@mauricioszabo

When I'm using Resque with rails (using ActionView 4.2.8), I get this error.

The stacktrace points to line 38 of sequel-rails-1.0.1/lib/sequel_rails/configuration.rb.

I found that just by changing: @environments ||= raw.reduce( to @environments ||= self[:raw].reduce(, things work out fine...

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