Merge pull request #432 from differentreality/style_module

enable style ClassAndModuleChildren
This commit is contained in:
Artem Chernikov 2014-08-11 10:26:23 +02:00
commit ac25561523
23 changed files with 615 additions and 566 deletions

View file

@ -1,3 +1,5 @@
class Ahoy::Store < Ahoy::Stores::ActiveRecordStore
# customize here
module Ahoy
class Store < Ahoy::Stores::ActiveRecordStore
# customize here
end
end