# This hook is use to setup the configuration for creating models through # rails generators Ninsho.setup do |config| # ==> ORM Configuration # Load and configure the ORM. Supports :active_record require 'ninsho/orm/active_record' #Omniauth Providers #config.omniauth :facebook, "APP_ID", "APP_SECRET", :scope => 'email' end