We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib/active_admin/axlsx/resource_controller_extension.rb
index_without_xlsx(options) fails with:
wrong number of arguments (1 for 0)
def index_with_xlsx(options={}, &block) index_without_xlsx(options) do |format| format.xlsx do xlsx = active_admin_config.xlsx_builder.serialize(collection) send_data xlsx.to_stream.read, :filename => "#{xlsx_filename}", :type => Mime::Type.lookup_by_extension(:xlsx) end end
All my active admin index pages fail with the same error
The text was updated successfully, but these errors were encountered:
This is the same issue as #42 ; fortunately there seems to be a fix in a fork (haven't tried it myself yet but it looks great so far): ybart@cb090ad
Sorry, something went wrong.
No branches or pull requests
lib/active_admin/axlsx/resource_controller_extension.rb
index_without_xlsx(options) fails with:
wrong number of arguments (1 for 0)
All my active admin index pages fail with the same error
The text was updated successfully, but these errors were encountered: