You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting this error: ! Unable to load application: NameError: undefined local variable or method acts_as_positioned' for class RepositoryProtectedBranche`
But adding gem 'acts_as_positioned' into Gemfile and bundle update fixed the issue.
The text was updated successfully, but these errors were encountered:
I was getting this error:
! Unable to load application: NameError: undefined local variable or method
acts_as_positioned' for class RepositoryProtectedBranche`But adding
gem 'acts_as_positioned'
into Gemfile and bundle update fixed the issue.The text was updated successfully, but these errors were encountered: