If a user clicks the [+ Comment] button
he is confron
In the load_commentable before action, you could redirect to an error page or something if @commentable is nil. As it is, you are trying to access attributes of this nil object in other methods (create in the case of this error).
load_commentable
@commentable
nil
create