This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
PMD
/
rotom_bot
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
1
Wiki
Struktur:
7ea68efc45
Branches
Tags
image_merge
lint-files
master
the_goal
rotom_bot
/
app
/
models
/
urls.rb
urls.rb
105 B
Verlauf
Originalformat
1
2
3
4
class Url < ActiveRecord::Base
validates :char_id, presence: true
validates :url, presence: true
end