In my application I have following code:
@object.start if can? :start, @object
I searched for it and found that app is using cancan gem, but as a beginner I am not getting what this code does exactly. There is no such a function defined with "start
" name.
I am totally stuck on this as I am not getting from where to start and what to search.