Skip to content

Commit

Permalink
Merge f15e0c9 into d55b6a8
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchenyun committed Mar 7, 2014
2 parents d55b6a8 + f15e0c9 commit 97d6803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails_admin/config.rb
Expand Up @@ -314,7 +314,7 @@ def viable_models
end
end
end
end.reject { |m| m.starts_with?('Concerns::') } # rubocop:disable MultilineBlockChain
end.flatten.reject { |m| m.starts_with?('Concerns::') } # rubocop:disable MultilineBlockChain
)
end

Expand Down

0 comments on commit 97d6803

Please sign in to comment.