We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d3e96 commit 68a022dCopy full SHA for 68a022d
app/models/member.rb
@@ -1,7 +1,7 @@
1
class Member < ApplicationRecord
2
include Permissions
3
4
- enum how_you_found_us: {
+ enum :how_you_found_us, {
5
from_a_friend: 0,
6
search_engine: 1,
7
social_media: 2,
0 commit comments