Removed conditional statements and following the DRY concept.

This commit is contained in:
nbit001 2013-05-05 21:53:04 +01:00
parent aad703c297
commit 14f4097a7b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require "rails"
module Impressionist
class Engine < Rails::Engine
attr_accessor :orm
attr_accessor :orm
def initialize
define_orm_type(Impressionist.orm)