Skip to content

Instantly share code, notes, and snippets.

@pjurczynski
Last active August 29, 2015 14:02
Show Gist options
  • Save pjurczynski/db2eae4a4cbf542b0e90 to your computer and use it in GitHub Desktop.
Save pjurczynski/db2eae4a4cbf542b0e90 to your computer and use it in GitHub Desktop.
class FakeModel
# …
def self.load_from_yml(table_name)
YAML.load(File.read(Rails.root.join("config/wpp/#{ table_name }.yml")))[table_name]
end
# …
end
stories:
- key: 'amira-fighting-for-egyptian-women'
story_img: 'amira-fighting-for-egyptian-women.jpg'
author: 'mohamed-hossam-eldin'
media: 'video'
country: 'Egypt'
name:
en: 'Amira, Fighting for Egyptian Women'
fr: ...
ar: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment