Tag testing
I’m just trying out some tags here to set up the CSS.
And here is some ruby code in a pre tag:
1 2 3 4 | @accounts = Account.find(:all) if @accounts.nil? or @accounts.empty? @accounts = [] end |
I’m just trying out some tags here to set up the CSS.
And here is some ruby code in a pre tag:
1 2 3 4 | @accounts = Account.find(:all) if @accounts.nil? or @accounts.empty? @accounts = [] end |