created template selecting
This commit is contained in:
5
web/app/models/concerns/iconizable.rb
Normal file
5
web/app/models/concerns/iconizable.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
module Iconizable
|
||||
def safe_icon
|
||||
icon or 'chub.png'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user