In some codes I see this:
include ActiveModel::ClassFoo
and in some codes I see this:
include ::ActiveModel::ClassFoo
What is the difference? Sorry I had no clue what to Google for to find the answer to this.
In some codes I see this:
include ActiveModel::ClassFoo
and in some codes I see this:
include ::ActiveModel::ClassFoo
What is the difference? Sorry I had no clue what to Google for to find the answer to this.