Skip to content

Commit

Permalink
explicitly require dependencies:
Browse files Browse the repository at this point in the history
* this prevents the need to have strong_parameters
  listed in the Gemfile even though it comes along
  as a dependency with this gem.
  • Loading branch information
phlipper committed May 2, 2013
1 parent b877ff3 commit eb7539b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/thincloud/authentication/engine.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,6 @@
require "rails"
require "strong_parameters"

module Thincloud module Thincloud
module Authentication module Authentication


Expand Down

0 comments on commit eb7539b

Please sign in to comment.