Skip to content

Instantly share code, notes, and snippets.

View sohara's full-sized avatar

Sean O'Hara sohara

View GitHub Profile
import Ember from 'ember';
export default Ember.Component.extend({
tagName: 'li',
});
# Monkey patching required for compatibility between MongoMapper (v. 0.8.6) and
# the master branch of Devise heading towards 1.2. It seems some methods have been moved
# around to different modules/classes within Devise since the 1.1 branch
module Devise
module Orm
module MongoMapper
module Hook
def devise_modules_hook!
extend Schema