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
The gem is requiring the user model of the application that uses the gem to have a method/attribute named username, but it shouldn't. The specific place where it's required is at:
daronco
changed the title
Should not require the user model to have the attribute username
Should not require the user model to have the attribute "username"
Jun 23, 2016
The gem is requiring the user model of the application that uses the gem to have a method/attribute named
username
, but it shouldn't. The specific place where it's required is at:bigbluebutton_rails/app/controllers/bigbluebutton/rooms_controller.rb
Line 343 in 6a017a7
There might be other places, though.
There are configurable attributes in the gem to specify the name of the attribute from where the username should be taken, see
bigbluebutton_rails/lib/bigbluebutton_rails.rb
Line 66 in 6a017a7
The text was updated successfully, but these errors were encountered: