<% if controller.action_name == 'leerling' %> <%= link_to "Voortgezet", url_for(:vopo => "vo") -%> | <%= link_to "Basis", url_for(:vopo => "po") -%> <% end %> ...
Ruby If statement with or?
by https://www.google.com/accounts/o8/id?id=AItOawmdo5pHB7lc_C5OJPTw3EPT2380GAzewqU,
September 09, 2010 15:25,
2 refactorings
def load_feeds #feed url po = 'http://feed.kennisnet.nl/Basisonderwijs' ...
Ruby Fetch and parse feeds with ...
by https://www.google.com/accounts/o8/id?id=AItOawmdo5pHB7lc_C5OJPTw3EPT2380GAzewqU,
August 23, 2010 22:18,
2 refactorings, tagged with feedzirra
Function to fetch and parse...
I want multiple conditions ...