Skip to content

Conversation

@hegedak
Copy link

@hegedak hegedak commented Feb 21, 2018

Allow setting title for orderable_handle_column.


def orderable_handle_column options = {}
column '', :class => "activeadmin-orderable" do |resource|
column options[:title], :class => "activeadmin-orderable" do |resource|
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the new Ruby 1.9 hash syntax.
Prefer single-quoted strings when you don't need string interpolation or special symbols.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants