mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-11 17:24:50 -04:00
Fix Brakeman complaint
This commit is contained in:
@@ -8,6 +8,8 @@ class Forum < ApplicationRecord
|
||||
|
||||
has_many :posts, dependent: :destroy
|
||||
|
||||
attr_accessible :name, :description, :owner_id, :slug
|
||||
|
||||
def to_s
|
||||
name
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user