Module: Fencepost::ActsAsFencepost

Extended by:
ActiveSupport::Concern
Defined in:
lib/fencepost/acts_as_fencepost.rb

Instance Method Summary collapse

Instance Method Details

#fencepostObject



4
5
6
# File 'lib/fencepost/acts_as_fencepost.rb', line 4

def fencepost
  Fencepost.new(params)
end