Module: FreeTextRepositoryHelper

Defined in:
lib/generators/free_text/initializer/templates/free_text_repository_helper.rb

Instance Method Summary collapse

Instance Method Details

#get_repositoriesObject



5
6
7
8
9
10
11
# File 'lib/generators/free_text/initializer/templates/free_text_repository_helper.rb', line 5

def get_repositories
  # Example of repositories
  # { name: 'Aloha Developers Wiki', url:'https://github.com/alohaeditor/Aloha-Editor/wiki', type:'website', weight: 0.50 }
  # { name: 'Aloha Editor - The HTML5 Editor', url:'http://aloha-editor.com', type:'website', weight: 0.90 }
  
  {:repositories => {}}
end