I am trying kimurai framework for rails with devise
Inside parse I want to:
- get the current_user (devise session), or
- somehow I can pass the user info to parse, or
- I can use the parse! which can return the items array but in this case how can I know if the process completed ok or with errors? When using crawl! it returns the response which contains this info...
Any ideas on how can I do this?
Thank you