23 24 25 26 27
# File 'lib/faceted/model.rb', line 23 def create(params={}) obj = self.new(params) obj.save obj end