mirror of https://github.com/rails/rails
Forgot these
This commit is contained in:
parent
d327496ab7
commit
5cef8bcc54
|
@ -0,0 +1,3 @@
|
|||
class Mascot < ActiveRecord::Base
|
||||
belongs_to :company
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
upload_bird:
|
||||
id: 1
|
||||
company_id: 1
|
||||
name: The Upload Bird
|
|
@ -0,0 +1 @@
|
|||
<%= mascot.name %>
|
Loading…
Reference in New Issue