Skip to content

Commit

Permalink
Started with the actual import module
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dvorkin committed Nov 10, 2009
1 parent e5283de commit f336d39
Show file tree
Hide file tree
Showing 10 changed files with 305 additions and 236 deletions.
7 changes: 6 additions & 1 deletion init.rb
@@ -1 +1,6 @@
# Include hook code here
FatFreeCRM::Plugin.register(:crm_highrise_importer, initializer) do
name "Highrise Data Importer"
authors "Michael Dvorkin"
version "0.1"
description "Imports data from Highrise to Fat Free CRM"
end
1 change: 1 addition & 0 deletions lib/crm_highrise_importer.rb
@@ -1 +1,2 @@
require "crm_highrise_importer/highrise.rb"
require "crm_highrise_importer/import.rb"

0 comments on commit f336d39

Please sign in to comment.