1 2 3 4 5 6 |
only_provides :html
@domain = Domain[id]
raise NotFound unless @domain
render
end
|
Pastie
Support Pastie
or read my
Pastie << self
blog
1 2 3 4 5 6 |
only_provides :html
@domain = Domain[id]
raise NotFound unless @domain
render
end
|