stephskardal / rails_admin_import

Rails Admin Import functionality
http://www.endpoint.com/
MIT License
160 stars 122 forks source link

Enforce line item limit #52

Closed codealchemy closed 8 years ago

codealchemy commented 8 years ago

Picking up from the todo here - this adds enforcement for the amount of records that may be imported at a time (as well as a locale for the message returned to the user)

Looks like my text editor added some whitespace changes, you can see the diff without those here.

monkbroc commented 8 years ago

Looks good. Thanks