Skip to content

Instantly share code, notes, and snippets.

@duritong
Created September 12, 2009 20:43
Show Gist options
  • Save duritong/185978 to your computer and use it in GitHub Desktop.
Save duritong/185978 to your computer and use it in GitHub Desktop.
select :id => 'adminaddr', :name => 'adminaddr', :size => 5, :style => 'width: 100%;' do
@config.adminaddr.each{ |admin|
option admin, :value => admin
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment