# File vendor/plugins/sortable_column_headers/lib/sortable_column_headers.rb, line 6
  def self.included(base)
    base.instance_eval do
      attr_accessor :sortable_column_header_data
      before_filter :init_sortable_column_headers
      helper_method :sort_param, :sortable_data, :sort_param_details
    end
  end